CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des 明文

搜索资源列表

  1. DES算法C++源代码

    1下载:
  2. DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位!
  3. 所属分类:源码下载

    • 发布日期:2012-06-13
    • 文件大小:45056
    • 提供者:lijuanly88
  1. DES

    0下载:
  2. 我自己写的一个DES算法,实现了DES的加密解密功能。可手动输入明文及密钥,加密后对密文进行解密,正确还原为明文。-I write a DES algorithm, to achieve the DES encryption and decryption functions. Can manually enter the plaintext and key, encryption, decrypt the ciphertext after, right back into plaintext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:201428
    • 提供者:lzj
  1. des

    0下载:
  2. 用c#实现的简单的des算法的小程序,输入明文加密成密文,输入密文解密成明文。-With c# Realized des simple algorithm applet, enter the explicit encryption into ciphertext, enter into explicit ciphertext decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14428
    • 提供者:stella
  1. DES

    0下载:
  2. 密码学实验自己写的程序,des加密解密,先输入8个字符作为密钥,在输入8个字符的明文!-Cryptography experiment to write their own procedures, des encryption and decryption, first eight characters input as key characters in the input express 8!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2657
    • 提供者:汪涵
  1. DES

    0下载:
  2. DES的每个分组是64位,既明文和密钥都是64位(密钥实际用56位,每字节第8位为校验)。这个算法的核心是Feistel密码,由于其设计的巧妙,加密解密都用一个函数,具体原理请查阅其他资料。DES的流程基本是执行16轮下面的运算:-DES each packet is 64, both explicit and are 64-bit key (actual key 56, the first 8 bytes each for validation). The core of this algor
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:23486
    • 提供者:吴成刚
  1. DES

    0下载:
  2. 模拟DES算法,程序使用八位密钥。 2. 程序使用 输入:输入明文,输入8位密钥。 点击“加密”按钮,即可获得加密密文。 输出:在编辑框中显示密文。 点击“解密”按钮,即可获得明文。 输出:在编辑框中显示明文。 -Simulation DES algorithm, the use of eight key procedures. 2. Procedures using input: enter explicitly, enter the 8-bit key. Cli
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1991839
    • 提供者:木佳强
  1. DES

    0下载:
  2. DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1172652
    • 提供者:donton
  1. DES

    1下载:
  2. 实现DES算法 64位明文输入和56位密钥输入,进行加密解密-DES algorithm to achieve explicit 64-bit input and 56-key input, for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3132
    • 提供者:zxn
  1. DES

    0下载:
  2. 实现des加解密图形化界面实现 输入明文得密文 由密文可还原出明文-des cryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:156429
    • 提供者:MM
  1. DES

    0下载:
  2. DES算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:14176
    • 提供者:jhp627
  1. s-des

    0下载:
  2. 功能强大的S-DES,密钥为10bit,经过处理后真正能要到的为8bit,需要加密的明文为8bit,不愧是加密标准。-Powerful S-DES, the key for the 10bit, after proper treatment, can really go to for 8bit, express the need for encryption for 8bit, is indeed the encryption standard.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:509218
    • 提供者:王明华
  1. DES-

    0下载:
  2. DES加密算法实现DES的加、解密用户手动输入明文和密钥就可以实现加密同样可以实现解密-DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1910340
    • 提供者:mq
  1. des

    0下载:
  2. des数据加密系统,有密钥,有密文,明文!-des data encryption system, there are key, with ciphertext, plaintext!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3005
    • 提供者:jnq123
  1. DES

    0下载:
  2. DES编码的 MFC实现,64位明文,56位或者64位密钥-DES encoding MFC Implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7607245
    • 提供者:baby无齿
  1. des

    0下载:
  2. C#编写的des算法加密解密小程序 可以实现明文加密-Des algorithm written in C# encryption and decryption applet
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:20000
    • 提供者:raymond
  1. DES加密解密代码

    0下载:
  2. des算法代码,明文密文加密解密,c编程实现程序(DES algorithm code, plaintext ciphertext encryption and decryption, C programming procedures)
  3. 所属分类:加密解密

  1. 10081509&DES

    0下载:
  2. 实现8位明文和8位密钥的DES加密和解密(DES encryption and decryption of 8 bit plaintext and 8 bit key are implemented)
  3. 所属分类:加密解密

  1. DES加密与解密

    0下载:
  2. des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca
  3. 所属分类:加密解密

  1. DES

    1下载:
  2. main函数文件输入明文,调用秘钥留生成函数(get_k文件)以及加解密函数(encrypt_fcn文件),完成对明文的加密和解密(Encryption and decryption of plaintext are accomplished by inputting main function file into plaintext, calling secret key generation function (get_k file) and encryption and decryptio
  3. 所属分类:Windows编程

    • 发布日期:2020-08-22
    • 文件大小:3072
    • 提供者:hyperbole
  1. 三轮DES差分分析

    1下载:
  2. 1. 三轮DES(如下图所示)差分攻击实例,任选一组明密文对进行差分分析。 明文:0x8066928BFAECD99D 密文:0X57DECC86A26EA1DC 明文:0xF9187686FAECD99D 密文:0X699074ED42BBAA8A 明文:0xBCCB0915FB9DAD15 密文:0X1B1EF84FCAEE04DF 明文:0X7C6A2463FB9DAD15 密文:0XD82A8F73F24B36EC 明文:0X6EEF46EDDC4C3F51 密文:0X9B4F437F1
  3. 所属分类:其他

    • 发布日期:2021-04-12
    • 文件大小:7168
    • 提供者:LeeZHY
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com